home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / dev / c / PMM.lha / PMM / Developer / Include / Protos / ADOSLIB_protos.h next >
Encoding:
C/C++ Source or Header  |  1999-08-31  |  224 b   |  8 lines

  1. char *getcwd (char *path, int size);
  2. int cmp (char **a, char **b);
  3. int setenv (char *name, char *value);
  4. int unlink (char *name);
  5. void GetCurrentPath (register char *path);
  6. void makedir (UBYTE *file);
  7. void putenv (char *s);
  8.